This file contains the test parameters for the Compiler Test. It is a JSON array of JSON arrays of strings that will be passed directly into the compiler.
[
{
"compFileName": "varDeclarations.mlod",
"timeNumerator": 4,
"timeDenominator": 4,
"tempo": 120
},
{
"compFileName": "strangeRhythms.mlod",
"timeNumerator": 4,
"timeDenominator": 4,
"tempo": 120
},
{
"compFileName": "strangeChords.mlod",
"timeNumerator": 4,
"timeDenominator": 4,
"tempo": 120
},
{
"compFileName": "strangeMelodies.mlod",
"timeNumerator": 4,
"timeDenominator": 4,
"tempo": 120
},
{
"compFileName": "percussion.mlod",
"timeNumerator": 4,
"timeDenominator": 4,
"tempo": 120
},
{
"compFileName": "articulation.mlod",
"timeNumerator": 4,
"timeDenominator": 4,
"tempo": 120
}
]